<!-- Add HTML code to the header or the footer.
For example, you can use the following code for loading the jQuery library from Google CDN:
or the following one for loading the Bootstrap library from MaxCDN:
-- End of the comment...
jQuery(document).ready(function(){
jQuery('.slick-slider').slick({
infinite: true,
slidesToShow: 3,
arrows: false,
autoplay: true,
slidesToScroll: 1
});
});
-->